home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_197 / ctags / readme.fnf < prev    next >
Text File  |  1992-05-06  |  1KB  |  27 lines

  1. This material was posted on usenet.  It is apparently the original
  2. Berkeley ctags program, posted by Ken Arnold and then ported to the
  3. Amiga by G. R. (Fred) Walter.
  4.  
  5. Ken Arnold's comments:
  6.  
  7.     I have received enough requests for the current source to ctags to
  8.     post it.  Here is the latest version (what will go out with 4.3,
  9.     modulo any bugs fixed during the beta period).  It is the 4.2 ctags
  10.     with recognition of yacc and lex tags added.  Files ending in .y are
  11.     presumed to be yacc files, .l files are either lisp or lex files,
  12.     depending upon the first non-blank character (yeah, it's a hack, but
  13.     it works).  Man page is included.  Note that I wrote the original
  14.     ctags (recognized only C), and added the YACC and lex after others
  15.     wrote the recognizers for FORTRAN, PASCAL, and lisp, so this code is
  16.     rather a mix of styles, for which I take no responsibility.  So, here
  17.     come those famous words:
  18.  
  19. G. R. (Fred) Walter's comments:
  20.  
  21.     The original of this version came over usenet (mod.sources Nov85).
  22.     I also applied the bug fix mentioned in comp.bugs.4bsd Mar88.
  23.  
  24.     This was compiled with Lattice C 5.0
  25.  
  26.  
  27.